From 2639ee47dc623254776cbd1db841c71f1f207752 Mon Sep 17 00:00:00 2001 From: Dominique Belhachemi Date: Mon, 27 Oct 2025 14:54:02 -0400 Subject: [PATCH] Fix viskores warning Last-Update: 2025-09-25 /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 49 | RuntimeDeviceConfiguration() Gbp-Pq: Name 40_viskores.patch --- .../viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h index 133fa394..3c5cf5d8 100644 --- a/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +++ b/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h @@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration { public: VISKORES_CONT - RuntimeDeviceConfiguration() + RuntimeDeviceConfiguration() : #if TBB_VERSION_MAJOR >= 2020 HardwareMaxThreads(::tbb::task_arena{}.max_concurrency()) -- 2.30.2